Q3Line_SetData
You can use theQ3Line_SetData
function to set the data that defines a line and its attributes.
TQ3Status Q3Line_SetData ( TQ3GeometryObject line, const TQ3LineData *lineData);
line
- A line.
lineData
- A pointer to a
TQ3LineData
structure.DESCRIPTION
TheQ3Line_SetData
function sets the data associated with the line specified by theline
parameter to the data specified by thelineData
parameter.